// Range: [700, 799]

// Consumable (ID, TYPE)
//
// Efficiency 0-100 (100 = 100% satisfied)
//
// Type: Food Drink
//
// Subtypes Food: 
//					Fruits		
//					Meat
//					Cereals
//					Vegetables
//					Sweets
//
// Subtypes Drinks: 
//					Softdrink
//					Alcohol
//
//


// Da Honko Cereals
Consumable (701, Food, Cereals)
{
	Efficiency 10

	StackSize 5
	Price 5
	Weight 375
	Icon 0 0 440 56 40
	Picture 7 0 0 1
}


// Da Honko Cereals expired
Consumable (703, Food, Cereals)
{
	Efficiency -1
	
	StackSize 5
	Price 0
	Weight 375
	Icon 0 112 440 56 40
	Picture 7 2 0 1
}

// Fit Mix Flakes
Consumable (704, Food, Cereals)
{
	Efficiency 10
	
	StackSize 5
	Price 4
	Weight 375
	Icon 0 168 440 56 40
	Picture 7 3 0 1
}
	
// Doc Choc Cereals
Consumable (705, Food, Cereals)
{
	Efficiency 10
	
	StackSize 5
	Price 3
	Weight 375
	Icon 0 224 440 56 40
	Picture 7 4 0 1
}

// Da Honko Power Bar
Consumable (706, Food, Sweets)
{
	Efficiency 15
	
	StackSize 10
	Price 2
	Weight 40
	Icon 0 280 440 56 40
	Picture 7 5 0 2
}

// Da Honko Power Bar Expired
Consumable (707, Food, Sweets)
{
	Efficiency 15
	
	StackSize 10
	Price 0
	Weight 40
	Icon 0 336 440 56 40
	Picture 7 7 0 2
}

// Milk
Consumable (708, Drink, Softdrink)
{
	Efficiency 10
	
	StackSize 3
	Price 2
	Weight 1000
	Icon 0 392 440 56 40
	Picture 7 9 0 1
}

// Milk low fat
Consumable (709, Drink, Softdrink)
{
	Efficiency 15
	
	StackSize 3
	Price 3
	Weight 1000
	Icon 0 448 440 56 40
	Picture 7 0 1 1
}

// Soy Milk
Consumable (710, Drink, Softdrink)
{
	Efficiency 15
	
	StackSize 3
	Price 8
	Weight 1000
	Icon 0 504 440 56 40
	Picture 7 1 1 1
}

// Milk expired
Consumable (711, Drink, Softdrink)
{
	Efficiency -5
	
	StackSize 3
	Price 0
	Weight 1000
	Icon 0 560 440 56 40
	Picture 7 2 1 1
}

// Wagners
Consumable (712, Food, Cereals)
{
	Efficiency 10
	
	StackSize 5
	Price 2
	Weight 150
	Icon 0 616 440 56 40
	Picture 7 3 1 1
}

// Canned Asparagus
Consumable (713, Food, Vegetables)
{
	Efficiency 15
	
	StackSize 5
	Price 4
	Weight 500
	Icon 0 672 440 56 40
	Picture 7 4 1 1
}	

// Canned Beans
Consumable (714, Food, Vegetables)
{
	Efficiency 15
	
	StackSize 5
	Price 3
	Weight 500
	Icon 0 728 440 56 40
	Picture 7 5 1 1
}	

// Canned Peaches
Consumable (715, Food, Fruits)
{
	Efficiency 15
	
	StackSize 5
	Price 3
	Weight 500
	Icon 0 784 440 56 40
	Picture 7 6 1 1
}	

// Canned Pineapples
Consumable (716, Food, Fruits)
{
	Efficiency 15
	
	StackSize 5
	Price 7
	Weight 500
	Icon 0 840 440 56 40
	Picture 7 7 1 1
}	

// Canned Tomatoes
Consumable (717, Food, Vegetables)
{
	Efficiency 15
	
	StackSize 5
	Price 2
	Weight 500
	Icon 0 896 440 56 40
	Picture 7 8 1 1
}	

// Apple
Consumable (718, Food, Fruits)
{
	Efficiency 5
	
	StackSize 5
	Price 1
	Weight 200
	Icon 0 952 440 56 40
	Picture 7 9 1 1
}

// Pineapple
Consumable (719, Food, Fruits)
{
	Efficiency 5
	
	StackSize 3
	Price 6
	Weight 800
	Icon 0 0 480 56 40
	Picture 7 0 2 1
}

// Peach
Consumable (720, Food, Fruits)
{
	Efficiency 5
	
	StackSize 5
	Price 2
	Weight 150
	Icon 0 56 480 56 40
	Picture 7 1 2 1
}

// Orange
Consumable (721, Food, Fruits)
{
	Efficiency 5
	
	StackSize 3
	Price 2
	Weight 300
	Icon 0 112 480 56 40
	Picture 7 2 2 1
}

// Potato
Consumable (722, Food, Vegetables)
{
	Efficiency 5
	
	StackSize 8
	Price 2
	Weight 250
	Icon 0 168 480 56 40
	Picture 7 3 2 1
}

// Garlic
Consumable (723, Food, Vegetables)
{
	Efficiency 5
	
	StackSize 10
	Price 1
	Weight 250
	Icon 0 224 480 56 40
	Picture 7 4 2 1
}

// Tomato
Consumable (724, Food, Vegetables)
{
	Efficiency 5
	
	StackSize 10
	Price 1
	Weight 100
	Icon 0 280 480 56 40
	Picture 7 5 2 1
}

// Cucumber
Consumable (725, Food, Vegetables)
{
	Efficiency 5
	
	StackSize 10
	Price 2
	Weight 250
	Icon 0 336 480 56 40
	Picture 7 6 2 2
}

// Spider
Consumable (726, Food, Meat)
{
	Efficiency -15
	
	StackSize 20
	Price 0
	Weight 1
	Icon 0 392 480 56 40
	Picture 7 8 2 1
}

// Cockroach
Consumable (727, Food, Meat)
{
	Efficiency -20
	
	StackSize 20
	Price 0
	Weight 6
	Icon 0 448 480 56 40
	Picture 7 9 2 1
}

// Beetle
Consumable (728, Food, Meat)
{
	Efficiency -15
	
	StackSize 20
	Price 0
	Weight 4
	Icon 0 504 480 56 40
	Picture 7 0 3 1
}

// Maggots
Consumable (729, Food, Meat)
{
	Efficiency -10
	
	StackSize 20
	Price 0
	Weight 2
	Icon 0 560 480 56 40
	Picture 7 1 3 1
}

// Ham
Consumable (730, Food, Meat)
{
	Efficiency 15
	
	StackSize 1
	Price 60
	Weight 800
	Icon 0 616 480 56 40
	Picture 7 2 3 1
}

// Rotten Ham
Consumable (731, Food, Meat)
{
	Efficiency -40
	
	StackSize 1
	Price 0
	Weight 713
	Icon 0  672 480 56 40
	Picture 7 3 3 1
}

// Blood Sausage
Consumable (732, Food, Meat)
{
	Efficiency 15
	
	StackSize 5
	Price 5
	Weight 250
	Icon 0  728 480 56 40
	Picture 7 4 3 1
}

// Sausage
Consumable (733, Food, Meat)
{
	Efficiency 15
	
	StackSize 3
	Price 10
	Weight 500
	Icon 0  784 480 56 40
	Picture 7 5 3 1
}

// Beef
Consumable (734, Food, Meat)
{
	Efficiency 15
	
	StackSize 1
	Price 30
	Weight 500
	Icon 0  840 480 56 40
	Picture 7 6 3 2
}

// Rotten Beef
Consumable (735, Food, Meat)
{
	Efficiency -50
	
	StackSize 1
	Price 0
	Weight 462
	Icon 0  896 480 56 40
	Picture 7 8 3 2
}

// Canned Beef
Consumable (736, Food, Meat)
{
	Efficiency 15
	
	StackSize 3
	Price 6
	Weight 425
	Icon 0  952 480 56 40
	Picture 7 0 4 1
}

// Vodka
Consumable (737, Drink, Alcohol)
{
	Efficiency 5
	
	StackSize 3
	Price 36
	Weight 700
	Icon 0  0 520 56 40
	Picture 7 1 4 1
}

// Beer
Consumable (738, Drink, Alcohol)
{
	Efficiency 5
	
	StackSize 6
	Price 2
	Weight 500
	Icon 0  56 520 56 40
	Picture 7 2 4 1
}

// Beer old
Consumable (739, Drink, Alcohol)
{
	Efficiency -5
	
	StackSize 6
	Price 0
	Weight 500
	Icon 0  112 520 56 40
	Picture 7 3 4 1
}

// Rum
Consumable (740, Drink, Alcohol)
{
	Efficiency -10
	
	StackSize 3
	Price 90
	Weight 700
	Icon 0  168 520 56 40
	Picture 7 4 4 1
}

// Tequila
Consumable (741, Drink, Alcohol)
{
	Efficiency -10
	
	StackSize 3
	Price 50
	Weight 700
	Icon 0  224 520 56 40
	Picture 7 5 4 1
}

// Kola
Consumable (742, Drink, Alcohol)
{
	Efficiency 10
	
	StackSize 3
	Price 8
	Weight 700
	Icon 0  280 520 56 40
	Picture 7 6 4 1
}

// Water
Consumable (743, Drink, Softdrink)
{
	Efficiency 5
	
	StackSize 3
	Price 2
	Weight 1000
	Icon 0  336 520 56 40
	Picture 7 7 4 1
}

// L'Aquian
Consumable (744, Drink, Softdrink)
{
	Efficiency 10
	
	StackSize 3
	Price 4
	Weight 1000
	Icon 0  392 520 56 40
	Picture 7 8 4 1
}

// Orange Juice
Consumable (745, Drink, Softdrink)
{
	Efficiency 10
	
	StackSize 3
	Price 6
	Weight 1000
	Icon 0  448 520 56 40
	Picture 7 9 4 1
}

// Apple Juice
Consumable (746, Drink, Softdrink)
{
	Efficiency 10
	
	StackSize 3
	Price 6
	Weight 1000
	Icon 0  504 520 56 40
	Picture 7 0 5 1
}
	
// Beer Can
Consumable (747, Drink, Alcohol)
{
	Efficiency 5
	
	StackSize 6
	Price 6
	Weight 330
	Icon 0  952 600 56 40
	Picture 1 6 8 1
}

// Banana
Consumable (748, Food, Fruits)
{
	Efficiency 5
	
	StackSize 5
	Price 4
	Weight 200
	Icon 0  168 640 56 40
	Picture 1 9 9 1
}

// Dead Rat
Consumable (749, Food, Meat)
{
	Efficiency -40
	
	StackSize 10
	Price 0
	Weight 200
	Icon 0  0 640 56 40
	Picture 1 0 9 2
}

// Raw Fish
Consumable (750, Food, Meat)
{
	Efficiency 5
	
	StackSize 5
	Price 0
	Weight 500
	Icon 0  56 640 56 40
	Picture 1 2 9 2
}

// Rotten Fish
Consumable (751, Food, Meat)
{
	Efficiency -50
	
	StackSize 5
	Price 0
	Weight 500
	Icon 0  112 640 56 40
	Picture 1 4 9 2
}

// =============================================================================
// ==========================  CROSSFIRE DLCs ITEMS  ===========================
// =============================================================================

// Leek
Consumable (854, Food, Vegetables)
{
	Efficiency 9
	
	StackSize 6
	Price 0
	Weight 50
	Icon 0  672 640 56 40
	Picture 8 0 7 2
}

// Salmon
Consumable (855, Food, Meat)
{
	Efficiency 25
	
	StackSize 2
	Price 90
	Weight 500
	Icon 0  56 640 56 40
	Picture 1 2 9 2
}

// Melon
Consumable (856, Food, Fruits)
{
	Efficiency 40
	
	StackSize 2
	Price 20
	Weight 800
	Icon 0  616 640 56 40
	Picture 8 2 7 2
}

// =============================================================================
// ========================  COMBAT EVOLVED CONSUMABLES  =======================
// =============================================================================

// Canteen
Consumable (790, Drink, Softdrink)
{
	Efficiency 30

	StackSize 1
	Price 50
	Weight 845
	Icon 0 952 280 56 40
	Picture 1 9 6 1
}


// Energy drink
Consumable (791, Drink, Softdrink)
{
	Efficiency 40

	StackSize 5
	Price 75
	Weight 300
	Icon 60 840 880 56 40
	Picture 60 5 6 1
}


// Caffeine pills
Consumable (792, Food, Sweets)
{
	Efficiency 60

	StackSize 10
	Price 100
	Weight 5
	Icon 60 896 880 56 40
	Picture 60 6 6 2
}

// Cigarettes
Consumable (793, Food, Sweets)
{
	Efficiency -5

	StackSize 10
	Price 5
	Weight 20
	Icon 0  896 600 56 40
	Picture 1 4 7 1
}